Code Reviews: Follow the Data

After years of reviewing other people’s code, I’d like to share a couple practices that improve the effectiveness of code reviews. Why Review Code? First, why review code at all? There are a few reasons: Catching bugs Enforce stylistic consistency with the rest of the code Finding opportunities to share code across systems Helping new … Continue reading Code Reviews: Follow the Data